home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / act6b / 00511.ls < prev    next >
Encoding:
Text File  |  1995-03-28  |  261 b   |  12 lines

  1. on mouseUp
  2.   set crumpet to ["level3intro", "level3introb", "level3introc", "level3introd"]
  3.   repeat with xxx = 1 to 4
  4.     talkinghead(getAt(crumpet, xxx))
  5.     if the mouseDown then
  6.       exit repeat
  7.     end if
  8.   end repeat
  9.   puppetSound(0)
  10.   go(the frame)
  11. end
  12.